-
Notifications
You must be signed in to change notification settings - Fork 34
Further bugfixes and documentation fixes #338
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
f288d6c
to
c5af86f
Compare
I will need to address #339 in this PR. |
#339 should be fixed by my Feel free to just add my fork as a remote and merge it into your branch, or do you want me to create a pull request? |
@hlovdal disregard my other message on your closed PR, I will cherry pick your changes into this branch |
3e698f9
to
4baaec3
Compare
Running $HOME/arduino-cli --format json core install adafruit:avr --additional-urls https://adafruit.github.io/arduino-board-index/package_adafruit_index.json for the first time fails with error message Error initializing instance: Loading index file: loading json index file $HOME/.arduino15/package_adafruit_index.json: open $HOME/.arduino15/package_adafruit_index.json: no such file or directory Error initializing instance: Loading index file: loading json index file $HOME/.arduino15/package_adafruit_index.json: open $HOME/.arduino15/package_adafruit_index.json: no such file or directory Invalid argument passed: Found 0 platform for reference "adafruit:avr": However by running an update-index command first, then it succeeds, e.g. $HOME/arduino-cli --format json core update-index --additional-urls https://adafruit.github.io/arduino-board-index/package_adafruit_index.json $HOME/arduino-cli --format json core install adafruit:avr --additional-urls https://adafruit.github.io/arduino-board-index/package_adafruit_index.json https://arduino.github.io/arduino-cli/0.29/getting-started/#adding-3rd-party-cores
4baaec3
to
5e542a6
Compare
c161c3d
to
89ce4d5
Compare
12cb8f9
to
cd93245
Compare
cd93245
to
4aad210
Compare
I believe this verifies the fix for #339 -- fixing the problem that @RobTillaart was seeing: |
The PR looks good to me so if there are no other showstoppers please merge and add a tag! |
Sorry for the delay, this has been released as |
This cleans up the
v1.4.0
release and makes progress on past milestones